
	a:hover{
		color:#4F9C68 !important;
	}
	.pcheader .header-nav .li.cur a{
		color:#4F9C68;
	}
	.banner .swiper-slide-active .bg {
	    transform: scale3d(1.1, 1.1, 1);
	}
	.more:hover span:last-child{
		margin-left: 0.3rem;
	}
	.home_a .left .li:hover .bg{
		transform: translate(-50%,-50%) scale3d(1.1, 1.1, 1);
	}
	.more2:hover{
		background-color: #4F9C68;
		color:#fff !important;;
		opacity: 1;
		border:2px solid #4F9C68;
	}
	.cd-section.active .home_a  .txt{
		opacity: 1;
		transform:translateY(0);
	}
	.cd-section.active .home_b  .fadeup{
		opacity: 1;
		transform:translateY(0);
	}
	.cd-section.active .home_b  .right.active .fadeup2{
		opacity: 1;
		transform:translateY(0);
	}
	.news-button-prev:hover,.news-button-next:hover{
		background-color: #6E99CA;
	}
	.news-button-prev:hover svg,.news-button-next:hover svg{
		fill:#fff;
	}
	.foot-lf .li .sub a:hover{
		transform:translateX(-10px)
	}
	.prev:hover,.next:hover{
		background-color: #6E99CA;
	}
	 .prev:hover svg, .next:hover svg{
		fill:#fff;
	}
	.his_list .li:hover .txt{
		background-color:#6E99CA;
		color:#fff;
		border:1px solid #6E99CA;
	}
	.his_list .li:hover .tit-24{
		color:#6E99CA;
	}
	.his_list .li:hover:after{
		background-color:#6E99CA;
	}
	.porduct .list a:hover .maks{
    opacity: 0.95;
	}
	.pro_list .list a .bg{
		transition:all 0.4s;
	
	}
	.pro_list .list a:hover .bg{
		transform: scale3d(1.1, 1.1, 1);
	}
	.tj .list a .bg{
		transition:all 0.4s;
	}
	.tj .list a:hover .bg{
		transform: scale3d(1.1, 1.1, 1);
	}
	.tj .list a:hover .tit-14{
		color:#4F9C68;
	}
	.pro_list .list a:hover  .ttx .tit-16{
		color:#4F9C68;
	}
	.news_content .new_top .swiper-slide .bg{
		transition:all 0.4s;
	}
	.news_content .new_top .swiper-slide:hover .bg{
		transform: scale3d(1.1, 1.1, 1);
	}
	.news_content .new_top .swiper-slide:hover .col-666{
		color:#4F9C68;
	}
	.new_cont a .bg{
		transition:all 0.4s;
	}
	.new_cont a:hover .bg{
		transform: scale3d(1.1, 1.1, 1);
	}
	.cnews_list a:hover .time{
		background-color:#4F9C68;
	}
	.cnews_list a:nth-child(2n):hover .time{
		background-color:#6E99CA;
	}
	.cnews_list a:nth-child(2n):hover{
		color:#6E99CA !important;
	}
	.job_content .top .item .sub .li:hover{
		background-color:#4F9C68;
		color:#fff;
	}

.fadeup{
	transform:translateY(10px);
         transition:all .5s cubic-bezier(0.04, 0.79, 1, 1);
         opacity:0;
         transition-delay:1s;
}
.fadeup2{
	transform:translateY(20px);
         transition:all .5s cubic-bezier(0.04, 0.79, 1, 1);
         opacity:0;
}
.page a:hover{
		background-color:#4F9C68;
		color:#fff !important;
	}
	.page a[rel=next]:hover{
		background-image: url(../img/r1.png);
    }
    .page a[rel=prev]:hover{
		background-image: url(../img/r1.png);
    }
    .job_content .top .item.cur .tit:after{
    	transform: translateY(-50%) rotate(180deg);
    }
